signedness fix for gcc-4.0
Signed-off-by: Flavio Bruno Leitner <fbl@conectiva.com.br>
Signed-off-by: Vincent Hanquez <vincent@xensource.com>
struct xs_handle *xh = xshandle(self);
char *xsval = NULL;
- int xsval_n = 0;
+ unsigned int xsval_n = 0;
PyObject *val = NULL;
if (!xh)
struct xs_handle *xh = xshandle(self);
PyObject *val = NULL;
char **xsval = NULL;
- int xsval_n = 0;
+ unsigned int xsval_n = 0;
int i;
if (!xh)
struct xs_handle *xh = xshandle(self);
PyObject *val = NULL;
struct xs_permissions *perms;
- int perms_n = 0;
+ unsigned int perms_n = 0;
int i;
if (!xh)